<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¦–é¡µ */
/* 1.ä¸‰æ¹˜é£Žçºªå›¾æ&nbsp;‡ã€é¡¶éƒ¨åŠŸèƒ½ */
/* #region */
/* å³ä¾§å¾®ä¿¡äºŒç»´ç&nbsp; */
.wx-right{
  width:100px;
  height:284px; 
  position:fixed; 
  right:25px; 
  background: #FFFFFF;
  border: 1px solid rgba(221,221,221,1);
  bottom:10px; 
  text-align: center;
	z-index:999;
}
.wx-right span{
  font-size: 18px;
  color: #03101A;
  text-align: center;
  margin-top: 5px;
}
.wx-right .wx-box{
  width: 66px;
  height: 80px;
  margin: 24px auto;
}
.wx-right .wx-box .wx-barcode{
  width: 66px;
  height: 66px;
  background-image: url('../img/604b789f550d5.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}
.wx-right .wx-box span{
  font-size: 14px;
  color: #333333;
  text-align: center;

}
.wx-right .close-right{
  top:-27px;
  position: absolute;
  width: 28px;
  height: 25px;
  display: block;
  background-image: url(../img/close-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right:0px; 
  }


.content-top{
  width: 100%;
  height: 96px;
  display: inline;
  text-align: center;
}
.content-top .content-top-logo{
  width: 190px;
  height: 79.17px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8.83px;
}
.content-top .content-top-logo img{
  display: inline;
  width: 100%;
  height: 100%;
}
.content-top .content-top-right{
  float: right;
  vertical-align: middle;
  display: flex;
}
.content-top .content-top-right .setHomePage{
  margin-top: 40px;
  /* margin-right: 16px; */
}
.content-top .content-top-right .setHomePage a{
  font-size: 14px;
  color: #5e5e5e;
  cursor: pointer;
}
.content-top .content-top-right .setHomePage a:hover{
  color:#064ec0;
}
.content-top .content-top-right .setHomePage a:first-child{
  margin-right: 20px;
}
.content-top .content-top-right .content-top-search{
  position: relative;
  top: 35px;
}
/* #endregion */


/* 2.è½®æ’­å›¾ã€å¤´æ¡  */
/* #region */
.content-hotnews{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
/* è½®æ’­å›¾ */
.content-hotnews .main_news_lunbo{
  width: 560px;
  height: 372.74px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
/* è½®æ’­å›¾æ&nbsp;·å¼ */
.content-hotnews .main_news_lunbo .main_news_pic{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-hotnews .main_news_lunbo .main_news_pic li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.content-hotnews .main_news_lunbo .main_news_pic li,
.content-hotnews .main_news_lunbo .main_news_pic li a{
  width: 100%;
  height: 100%;
}
.content-hotnews .main_news_lunbo .main_news_pic li .img-container{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-hotnews .main_news_lunbo .main-news_txtbg{
  position: absolute;
  width: 100%;
  height: 56px;
  transform: scaleY(-1);
  background-image: linear-gradient(180deg, #353535 0%, rgba(53,53,53,0.00) 100%);
  bottom: 0;
  z-index: 10;
}
/* è½®æ’­å›¾æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
.content-hotnews .main_news_lunbo .main_news_title{
  position: absolute;
  height: 56px;
  width: 100%;
  bottom: -56px;
}
.content-hotnews .main_news_lunbo .main_news_title li{
  position: absolute;
  height: 56px;
  line-height: 56px;
  width: 100%;
  top: 0;
  z-index: 11;
  padding: 0 20px;
  box-sizing: border-box;
  /* transform: translateY(-56px); */
  transition: all .5s;
}
.content-hotnews .main_news_lunbo .main_news_title li a{
  display: inline-block;
  width: 416px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-hotnews .main_news_lunbo .main_news_button{
  position: absolute;
  height: 56px;
  bottom: 0;
  right: 20px;
  z-index: 12;
  display: flex;
}
.content-hotnews .main_news_lunbo .main_news_button li{
  margin-top: 24px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.5;
  margin-left: 10px;
  cursor: pointer;
}
.content-hotnews .main_news_lunbo .main_news_button li:hover{
  background: #f4000d !important;
  opacity: 1 !important;
}
/* è¦é—» */
.content-hotnews .main_news_right{
  width: 420px;
  height: 100%;
  position: relative;
}
.content-hotnews .main_news_right .main_news_right_list{
  width: 100%;
}
.content-hotnews .main_news_right .main_news_right_list li{
  height: 67px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}
.content-hotnews .main_news_right .main_news_right_list a{
  display: inline-block;
  font-family: PingFangSC-Regular;
  width: 100%;
  /* height: 60px; */
  letter-spacing: 0;
  line-height: 30px;
  /* ä»…æ”¯æŒchrome */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  font-size: 21px;
  font-weight: 400;
  color: #1A0303;
}
.content-hotnews .main_news_right .main_news_right_list li a:hover{
  color: #064ec0;
}
.content-hotnews .main_news_right .main_news_more{
  float: right;
}
.content-hotnews .main_news_right .main_news_more img{
  width: 11px;
  height: 10px;;
}
.content-hotnews .main_news_right .main_news_more span{
  font-size: 14px;
  padding-left: 10px;
  color: #999999;
}
.content-hotnews .main_news_right .main_news_more .icon_more_img_active{
  display: none;
}
.content-hotnews .main_news_right .main_news_more:hover span{
  color: #064ec0;
}
.content-hotnews .main_news_right .main_news_more:hover .icon_more_img{
  display: none;
}
.content-hotnews .main_news_right .main_news_more:hover .icon_more_img_active{
 display: inline;
}
/* #endregion */

/* 3.å·¦å³ä¸¤åˆ— */
/* #region */
.content-main{
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.content-main-left{
  /* é«˜åº¦ç”±å†…å®¹æ’‘å¼€ */
  min-height: 1000px;
  width: 450px;
}
/* è¦é—»  ç›‘ç£æ›å…‰   å®¡æŸ¥è°ƒæŸ¥   ä¸€çº¿å¿«æŠ¥  è¯„è®º */
.content-main-left .content-comlist{
    width: 100%;
    height: 257px;
    border-top: 1px solid #EB2111;
    margin-bottom: 8px;
}
.content-main-left .content-comlist .content-fg{
    width: 106px; 
    height: 3px;
    background-color: #EB2111;
}
.content-main-left .content-comlist .content-title{
  width: 100%;
  margin-top: 8px;
}
.content-main-left .content-comlist  .content-title a{
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  transform: translateY(4px);
}
.content-main-left .content-comlist  .content-title a img{
  width: 11px;
  height: 10px;
}
.content-main-left .content-comlist  .content-title a .content-img-hover{
  display: none;
}
.content-main-left .content-comlist .content-title a:hover .content-img{
  display: none;
}
.content-main-left .content-comlist  .content-title a:hover .content-img-hover{
  display: inline;
}
.content-main-left .content-comlist  .content-title a:hover span{
  color: #007EE3;
}
.content-main-left .content-comlist  .content-title .content-title-text{
  height: 34px;
}
 /*è¦é—»æ&nbsp;‡é¢˜å›¾ç‰‡è®¾ç½® */
.content-main-left .content-comlist .content-title .content-title-text .article-img{
  width: 18px;
  height: 21px;
  transform: translateY(-4px);
}
/* ç›‘ç£æ›å…‰æ&nbsp;‡é¢˜å›¾ç‰‡è®¾ç½® */
.content-main-left .content-comlist .content-title .content-title-text .live-img{
  width: 23px;
  height: 16px;
  transform: translateY(-4px);
}
/* å®¡æŸ¥è°ƒæŸ¥æ&nbsp;‡é¢˜å›¾ç‰‡è®¾ç½® */
.content-main-left .content-comlist .content-title .content-title-text .survey-img{
  width: 18px;
  height: 21;
  transform: translateY(-4px);
}

/* ä¸€çº¿å¿«æŠ¥æ&nbsp;‡é¢˜å›¾ç‰‡è®¾ç½® */
.content-main-left .content-comlist .content-title .content-title-text .newspaper-img{
  width: 21px;
  height: 21px;
  transform: translateY(-4px);
}
/* è¯„è®ºæ&nbsp;‡é¢˜å›¾ç‰‡è®¾ç½® */
.content-main-left .content-comlist .content-title .content-title-text .message-img{
  width: 21px;
  height: 20px;
  transform: translateY(-4px);
}
.content-main-left .content-comlist .content-title .content-title-text span{
  font-size: 22px;
  color: #1A0303;
  text-align: justify;
  line-height: 34px;
  font-weight: 600;
  margin-left: 10px;
}

.content-main-left .content-comlist .content-newslist{
  width: 100%;
  margin-top: 21px;
}
.content-main-left .content-comlist .content-newslist li{
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;   
}

.content-main-left .content-comlist .content-newslist li a{
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}
.content-main-left .content-comlist .content-newslist li:first-child a{
  font-size: 18px;
  font-weight: 600;
}
.content-main-left .content-comlist .content-newslist li:hover a{
  color: #007EE3;
}


/* ä¸¾æŠ¥ */
.content-main-left .content-report{
  height: 267px;
  width: 450px;
}
.content-main-left .content-report .content-report-menu{
  background-size: contain;
  width: 450px; 
  height: 56px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content-main-left .content-report .content-report-menu .content-report-fg{
  margin: 0 68px 0px 68px;
  background-color: rgba(255,255,255,0.50);
  height: 24px; 
  width: 1px;
}
.content-main-left .content-report .content-report-menu  p{
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 600;
}

.content-main-left .content-report .content-report-jbfs{
  width: 450px; 
  height: 211px;
  background: #F4EFEF;
}

.content-main-left .content-report .content-report-title{
  width: 100%; 
} 
.content-main-left .content-report .content-report-title img{
  width: 102px; 
  height: 33px;
  margin: 12px 0 0 30px;
}
.content-main-left .content-report .content-report-detail{
  width: 377px;
  margin: 13px 0 0 30px;

}

.content-main-left .content-report .content-report-detail li {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  width: 377px;
  margin-top: 5px;
}

.content-main-left .content-report .content-report-detail li .content-report-way{
    margin-left: 5px;
    width: 292px;
}

/* å·¦ä¾§å¹¿å‘Šä½1 */
.content-main-left .content-left-ad1{
  width: 450px; 
  height: 143px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

/* å·¦ä¾§ä¿¡ç®± */
.content-main-left .content-left-mailbox{
  width: 450px; 
  height: 90px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

/* å·¦ä¾§é‚®ç®± */
.content-main-left .content-left-postmail{
  width: 450px; 
  height: 90px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}


.content-main-right{
  /* é«˜åº¦ç”±å†…å®¹æ’‘å¼€ */
  min-height: 1000px;
  width: 497px;
}
/* å³ä¾§å¹¿å‘Šä½1 */
.content-main-right .content-right-ad1{
  width: 497px; 
  height: 128px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* å³ä¾§å¹¿å‘Šä½2 */
.content-main-right .content-right-ad2{
  width: 497px; 
  height: 128px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}

/* å³ä¾§å¹¿å‘Šä½3 */
.content-main-right .content-right-ad3-bg{
  width: 497px; 
  height: 365px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.content-main-right .content-right-ad3-one{
  width: 425px; 
  height: 85px; 
  margin-top: 35px;
}
.content-main-right .content-right-ad3{
  width: 425px; 
  height: 85px; 
  margin-top: 20px;
}
/* å³ä¾§å¹¿å‘Šä½4 */
.content-main-right .content-right-ad4{
  width: 497px; 
  height: 145px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}
/* ä¸“é¢˜1 */
.content-main-right .content-right-zhuanti1{
  width: 497px; 
  height: 204px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}
/* ä¸“é¢˜2 */
.content-main-right .content-right-zhuanti2{
  width: 497px; 
  height: 156px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 26px;
}
/* ä¸“é¢˜3 */
.content-main-right .content-right-zhuanti3{
  width: 497px; 
  height: 140px; 
  background-size: contain;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 25px;
}

/* å³ä¾§åº•éƒ¨æ&nbsp;ç›® */

.content-main-right .content-bottom-columns{
  display: flex;
  width: 497px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-main-right .content-bottom-columns .content-column{
  width: 240px;
  height: 248px;
  margin-top: 30px;
}
.content-main-right .content-bottom-columns .content-column .content-title{
  display: block;
	font-weight:600;
  font-size: 24px;
  color: #064EC0;
  line-height: 24px;
}
.content-main-right .content-bottom-columns .content-column .content-text{
  display: block;
  width: 240px; 
  height: 180px; 
  margin-top: 20px;
  bottom: 0px;
}
.content-main-right .content-bottom-columns .content-column .content-text img{
  width: 240px; 
  height: 136px; 
}
.content-main-right .content-bottom-columns .content-column .content-text p{
  font-size: 20px;
  color: #03101A;
  overflow: hidden;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  height: 48px;
}
/* #endregion */

/* 4.åº•éƒ¨å‹é“¾ */
/* #region */
/* å‹æƒ…é“¾æŽ¥ */
.content-urls{
  width: 100%;
  /* ç”±å†…å®¹æ’‘å¼€ */
  min-height: 207px;
  /* background: #eee; */
  margin-top: 52px;
  margin-bottom: 70px;
}
/* å¹¿å‘Šä½ */
/* äº”åˆ—å›¾ç‰‡ */
.content-urls .content-ad-img{
  width: 100%;
  height: 71px;
  display: flex;
  justify-content: space-between;
  margin: 51px 0px;
}
.content-urls .content-ad-img a img{
  width: 188px; 
  height: 67px; 
  display: block;
  margin-right: 15px;
}
.content-urls .content-ad-img a img:last-child{
  width: 188px; 
  height: 67px; 
  display: block;
  margin-right: 0px;
}
.footer-external{
  width: 100%;
  background: fff;
  margin-top: 20px;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.footer-external  .footer-external-nav{
  width: 100%;
  height: 30px;
}
.footer-external  .footer-external-nav .active-li{
  background: #fff;
  color: #007EE3;
  font-weight: bolder;
  cursor: pointer;
}
.footer-external  .footer-external-nav .src_line{
  width: 15px;
  color: #E6E9EC;
  font-size: 20px;
  text-align: center;
  margin: 0 5px;
}
.footer-external  .footer-external-nav .src_line:hover{
  color: #E6E9EC;
}
.footer-external  .footer-external-nav li{
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: left;
}
.footer-external  .footer-external-nav li span{
  font-size: 18px;
}

.footer-external  .footer-external-nav  li:hover{
  background: #fff;
  color: #007EE3;
  font-weight: bolder;
}
/* å‹æƒ…é“¾æŽ¥ */
.footer-external  .external-link{
  width: 100%;
  height: 55px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.footer-external .external-link li{
  display: table-cell;
  margin-right:40px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.footer-external .external-link li:hover a{
  color: #007EE3;
}</pre></body></html>